バージョン

CategoryAxisBinning コンストラクタ(Nullable<Double>,Boolean,Nullable<Double>,Boolean,Nullable<Double>)

シンタックス
'宣言
 
Public Function New( _
   Optional ByVal binWidth As System.Nullable(Of Double), _
   Optional ByVal overflow As System.Boolean, _
   Optional ByVal overflowThreshold As System.Nullable(Of Double), _
   Optional ByVal underflow As System.Boolean, _
   Optional ByVal underflowThreshold As System.Nullable(Of Double) _
)
public CategoryAxisBinning( 
   System.Nullable<double> binWidth,
   System.bool overflow,
   System.Nullable<double> overflowThreshold,
   System.bool underflow,
   System.Nullable<double> underflowThreshold
)

パラメータ

binWidth
overflow
overflowThreshold
underflow
underflowThreshold
参照

オンラインで表示: GitHub